home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v9n17.arc / PCBOOK.DOC < prev    next >
Text File  |  1990-09-12  |  2KB  |  45 lines

  1. PCBOOK
  2.  
  3.  
  4. Jay Munro                                     October 16, 1990 (Utilities)
  5.  
  6. Purpose:       Prints README and similar ASCII files in booklet format on an
  7. HP LaserJet II, IIp, or III printer.  Uses two-sided printing in landscape
  8. mode, with Line Printer font so that  four standard pages of 80
  9. characters/line, 66 lines/page are printed on each sheet without formatting
  10. changes.
  11.  
  12. Format: PCBOOK [path] filename [/F] [/P] [/D] [/C] [/2] [/A] [/W] [/S] [/H]
  13.  
  14. Remarks:       The filename can designate any ASCII text file in which each
  15. line is terminated with a Carriage Return/Line Feed combination.  Page Feed
  16. characters can be added to force breaks in addition to those implicit in the
  17. 60-line (68-line if a header is used) page length.
  18.  
  19.         Any or all of the /F, /P, and /D command-line switches can be used to
  20. create a one-line header that prints the filename, page number, and date,
  21. respectively, on all but blank pages.  The /W switch causes lines exceeding 80
  22. characters to wrap; by default such lines are truncated.  Adding the /2 switch
  23. causes PCBOOK to print to LPT2 rather than the default LPT1.  (Use the DOS
  24. MODE command to implement serial connection, if desired.)  The /A switch can
  25. be used to direct output to a file.
  26.  
  27.         PCBOOK sequences the page printing so that all side-one pages are
  28. printed in one pass.  The sheets are then put back in the LaserJet paper tray
  29. and all side-two pages are printed.  The finished booklet can then be created
  30. with a single fold.  When using the normal (top) LaserJet output bin the pass-
  31. one sheets should be reinserted in the paper tray without any relative change
  32. in orientation.  If rear output from the printer is used, the sheets must be
  33. turned over as a group before reinsertion.  To determine how many sheets will
  34. be required without automatically starting the print operation, use the /C
  35. switch.
  36.  
  37.         The /H switch provides on-screen help for the program, and the /S
  38. switch sounds a beep as each printing pass is successfully completed.
  39.  
  40.         The source code for PCBOOK.EXE is written in QuickBASIC, and
  41. modifications will require Microsoft QuickBASIC 4.0b or 4.5, or the BASIC
  42. compiler, Version 6.0 or 7.0.  Both the executable and the source files for
  43. PCBook can be downloaded from PC MagNet.
  44.  
  45.